<p class="Head1"><help:paragraphinfo state="U" number="1"/><help:key-word value="Second; function" tag="kw66629_1"/><help:link Id="66629">Second Function [Runtime]</help:link></p>
<p class="Paragraph"><help:paragraphinfo state="U" number="2"/>Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="8" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Number:</span> Numeric expression that contains the serial time number that is used to calculate the number of seconds.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/>This function is the opposite of the <span class="T1">TimeSerial </span>function. It returns the seconds of a serial time value that is generated by the <span class="T1">TimeSerial</span> or <span class="T1">TimeValue </span>functions. For example, the expression:</p>
<p class="PropText"><help:paragraphinfo state="U" number="14" xmlns:help="http://openoffice.org/2000/help"/>MsgBox "The exact second of the current time is "& Second( <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>Now )</p>